Skip to content

Feat/stellar deploy dryrun - #139

Merged
truthixify merged 1 commit into
wraith-protocol:developfrom
otobongdev:feat/stellar-deploy-dryrun
Jul 26, 2026
Merged

Feat/stellar deploy dryrun#139
truthixify merged 1 commit into
wraith-protocol:developfrom
otobongdev:feat/stellar-deploy-dryrun

Conversation

@otobongdev

Copy link
Copy Markdown
Contributor

Closes #103

@drips-wave

drips-wave Bot commented Jul 24, 2026

Copy link
Copy Markdown

@otobongdev Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@otobongdev
otobongdev force-pushed the feat/stellar-deploy-dryrun branch from 225c117 to d529a52 Compare July 24, 2026 12:32
@truthixify

Copy link
Copy Markdown
Contributor

Merge conflicts against develop. Rebase, resolve, force-push and I will check CI once it fires.

@otobongdev

Copy link
Copy Markdown
Contributor Author

ok

@otobongdev
otobongdev marked this pull request as draft July 24, 2026 14:01
@otobongdev
otobongdev marked this pull request as ready for review July 24, 2026 14:01
…uturenet

Adds stellar/scripts/deploy-dryrun.sh - self-contained script that deploys all four Wraith contracts to futurenet, wires them, runs smoke tests, and prints IDs with stellar.expert links. Idempotent via deterministic deploy salts. Includes DEPLOYMENT.md docs and CI nightly schedule job.
@otobongdev
otobongdev force-pushed the feat/stellar-deploy-dryrun branch from d529a52 to 913befc Compare July 24, 2026 14:25
@truthixify
truthixify merged commit c98961e into wraith-protocol:develop Jul 26, 2026
7 checks passed
@truthixify

Copy link
Copy Markdown
Contributor

Merged. Deploy dry-run script is a nice piece of ops infrastructure, thanks.

pharwasz pushed a commit to pharwasz/contracts that referenced this pull request Jul 27, 2026
…uturenet (wraith-protocol#139)

Adds stellar/scripts/deploy-dryrun.sh - self-contained script that deploys all four Wraith contracts to futurenet, wires them, runs smoke tests, and prints IDs with stellar.expert links. Idempotent via deterministic deploy salts. Includes DEPLOYMENT.md docs and CI nightly schedule job.

Co-authored-by: Alaps <qozeemibrahim065@gmail.com>
truthixify pushed a commit that referenced this pull request Jul 30, 2026
* feat: add batch withdraw support to stealth sender

* feat(stellar): add one-command end-to-end deploy dry-run script for futurenet (#139)

Adds stellar/scripts/deploy-dryrun.sh - self-contained script that deploys all four Wraith contracts to futurenet, wires them, runs smoke tests, and prints IDs with stellar.expert links. Idempotent via deterministic deploy salts. Includes DEPLOYMENT.md docs and CI nightly schedule job.

Co-authored-by: Alaps <qozeemibrahim065@gmail.com>

* bench(stellar): measure batch vs individual send crossover (#140)

Add a cargo-bench harness that compares N stealth-sender::send calls against
one stealth-batch-sender::batch_send for N in {1,2,5,10,15,20}, records
instruction gas and wall-clock, and documents the N=1 crossover in PERF.md.

Closes 121

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(stellar): add on-chain multisig quorum rotation for signers (#141)

Add rotate_signers flow to stealth-sender and wraith-names (the two
Timelock + Multisig Upgradable contracts per GOVERNANCE.md), gated by
quorum approval from current signers plus a 7-day timelock matching
the existing upgrade timelock. Invalid thresholds (zero, or greater
than the proposed signer count) are rejected with a dedicated error.
Execution emits SignersRotated; cancellation fully clears pending
proposal state so a new rotation can be proposed immediately.

Update MULTISIG.md with the on-chain rotation runbook. Futurenet
rehearsal is called out as a follow-up since it requires a live
deployment.

Closes #104

Co-authored-by: OpadijoIdris <Opadijoayomipo@gmail.com>

* fix(stellar): bump soroban-sdk workspace dependency to 22.0.11 (#144)

Co-authored-by: boshadowwolf-ai <boshadowwolf@gmail.com>

* style: format Rust sources

* Fix syntax error in stealth-sender/src/lib.rs - move error variants to correct enum and add missing closing brace

---------

Co-authored-by: otobongdev <amosgift008@gmail.com>
Co-authored-by: Alaps <qozeemibrahim065@gmail.com>
Co-authored-by: Emmanuel Max-Owolabi <emmanuel.m2101126@st.futminna.edu.ng>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: EmperorNexus <oloyedeoluwabukola18@gmail.com>
Co-authored-by: OpadijoIdris <Opadijoayomipo@gmail.com>
Co-authored-by: Jerry koko <148966365+jerryjuche@users.noreply.github.com>
Co-authored-by: boshadowwolf-ai <boshadowwolf@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

deploy-dryrun.sh for futurenet

2 participants